Stub

abstract class Stub : Binder, ISmartPosInfoService

Local-side IPC implementation stub class.

Constructors

Link copied to clipboard
constructor()
Construct the stub at attach it to the interface.

Properties

Link copied to clipboard
val DUMP_TRANSACTION: Int = 1598311760
Link copied to clipboard
Link copied to clipboard
val FLAG_ONEWAY: Int = 1
Link copied to clipboard
val INTERFACE_TRANSACTION: Int = 1598968902
Link copied to clipboard
val LAST_CALL_TRANSACTION: Int = 16777215
Link copied to clipboard
val LIKE_TRANSACTION: Int = 1598835019
Link copied to clipboard
val PING_TRANSACTION: Int = 1599098439
Link copied to clipboard
val TWEET_TRANSACTION: Int = 1599362900

Functions

Link copied to clipboard
abstract fun addSimApn(slotId: String, apn: Apn): ApnStatus
Link copied to clipboard
open fun asBinder(): IBinder
Link copied to clipboard
Cast an IBinder object into an com.worldline.smartposapi.core.aidl.smartposinfo.ISmartPosInfoService interface, generating a proxy if needed.
Link copied to clipboard
open fun attachInterface(owner: IInterface, descriptor: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun deleteSimApn(slotId: String, apn: Apn): ApnStatus
Link copied to clipboard
open fun dump(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
open fun dumpAsync(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getCPUStats(): CPUStats
Link copied to clipboard
Link copied to clipboard
abstract fun getDeviceMode(): DeviceMode
Link copied to clipboard
abstract fun getFirmwareVersion(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getMemoryStats(): MemoryStats
Link copied to clipboard
abstract fun getNetworkInfo(): NetworkInfo
Link copied to clipboard
abstract fun getSerialNumber(): String
Link copied to clipboard
abstract fun getSimData(): List<Sim>
Link copied to clipboard
abstract fun getSimSlotIds(): List<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun linkToDeath(recipient: IBinder.DeathRecipient, flags: Int)
Link copied to clipboard
open fun onTransact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean
Link copied to clipboard
open fun pingBinder(): Boolean
Link copied to clipboard
open fun queryLocalInterface(descriptor: String): IInterface
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun selectSimApn(slotId: String, apn: Apn): ApnStatus
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun transact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean
Link copied to clipboard
open fun unlinkToDeath(recipient: IBinder.DeathRecipient, flags: Int): Boolean